home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 2.iso
/
programr
/
tkern10.zip
/
INCLUDE\SYS\TKPROTO.H
< prev
next >
Wrap
Text File
|
1994-05-16
|
302b
|
13 lines
/* BC4 doesn't appear to have a manifest constant to tell us if
* we are in K&R mode (hence no prototypes). If you want to use K&R
* mode, define __NOANSI__ on the command line.
*/
#ifndef __TKPROTO
#ifndef __NOANSI__
#define __TKPROTO(x) x
#else
#define __TKPROTO(x) ()
#endif
#endif